String Schema
SalutationType Simple Type
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
SalutationType Restriction of xs:string
Facets
EnumerationMr
EnumerationMrs
EnumerationUnknown
Source
<xs:simpleType name="SalutationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Mr" />
    <xs:enumeration value="Mrs" />
    <xs:enumeration value="Unknown" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.